home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 3: The Continuation / 17-Bit_The_Continuation_Disc.iso / amigan / amigan 23 / popcli_iv / cback.h < prev    next >
C/C++ Source or Header  |  1994-01-27  |  274b  |  11 lines

  1. /* Include file for the C version of cback for PopCLI */
  2.  
  3. /* This is the message sent from cback.c to the new process */
  4. struct cbackstr {
  5.     struct Message    msgpart;
  6.     BPTR        stdout;
  7.     int        SyncSignal;
  8.     struct Process    *SyncProcess;
  9.     char        *cmd;
  10.         int             cmdlen;
  11. };